home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / gus / timeless.zip / TIMELESS.DOC < prev    next >
Text File  |  1994-02-26  |  3KB  |  67 lines

  1.  
  2.   Welcome to Timeless, a demo in Feb 1994 by Tran (a.k.a. Thomas Pytel).
  3.  
  4. Main crap:
  5. ----------
  6.  
  7.   Once you start this demo, it will go on forever. Until, that is, you hit
  8. the ESC key. You can also specify the maximum number of cycles the demo will
  9. run with a switch on the command line. This demo updates the whole screen on
  10. every frame, so the speed of your video card is critical. The demo can run in
  11. three resolutions - high, medium, and low, high being the slowest. The demo
  12. will pick the appropriate resolution for your system, but you can override
  13. this with a command line switch. On my 386SX-16 with an 8bit VGA, I get a very
  14. good frame rate at low resolution.
  15.  
  16.   There are also the usual factors effecting speed. QEMM and friends will slow
  17. things down. And there is ofcourse the overhead of SB mixing (it sounds much
  18. better on a GUS anyway). DPMI slows everything by a zillion percent. And if
  19. youre trying to run it under Windows... Well... Umm... I dunno if it will run
  20. under Windows. The demo may not be able to sync with the vertical retrace of
  21. your monitor, which may cause it to lock up. But if it does run, it would make
  22. a helluva screen saver. Because thats all a screen saver really is, a demo for
  23. sale, since there is no real danger of burn-in on a color monitor.
  24.  
  25.   This demo was written 100% in 32bit protected mode assembly in PMODE v2.4.
  26. All design, code, grafix, and muzik is by me (Tran). Except for the low level
  27. SB driver which I am too lazy to code, so I just used Dave's (White Shadow).
  28.  
  29. Switches:
  30. ---------
  31.  
  32. /0      - High background resolution.
  33. /1      - Medium background resolution.
  34. /2      - Low background resolution.
  35. /3      - Allow the demo to run up to 3x faster than the set rate (if your
  36.           system is fast enough).
  37. /E      - Skip ending screen.
  38. /J      - If the demo jerks a little sometimes, this will fix the most likely
  39.           cause of that.
  40. /L#     - Loop for a limited number of cycles (1 cycle takes a while).
  41. /S#     - Set soundcard info (the demo will tell you what to put here as the
  42.           number after running it once).
  43. /G      - Set line level output on the GUS (if its attached to a stereo).
  44. /T####  - Set whole demo tint. The first three numbers are the red, green,
  45.           and blue of the tint color. Their values range from 0 to 63. The
  46.           last number is the amount of tint to apply, 0 is the least, 63 is
  47.           full tint.
  48.  
  49. Example: TIMELESS /S2231 /1 /3 /J /L11 /T63,0,0,32
  50.  
  51. Other crap:
  52. -----------
  53.  
  54.   You may distribute and use this demo in any manner you wish, as long as all
  55. the original files, unmodified, are included with it.
  56.  
  57.   Just a little while ago, I remembered that I have an Internet account. So I
  58. logged on, and found mail piled all the way back to negative infinity (I had
  59. not called up in months). So I just killed it all. I do not check my mail
  60. regularly, and if you send me mail you will probably not get a response (even
  61. if I do actually call some time in the future and check). But if you just feel
  62. like sending me hate mail, try tran@phantom.com.
  63.  
  64.   Oh well... Life sucks, so enjoy the illusion of reality you only think you
  65. are experiencing. L8r... (or was it before???)...
  66.  
  67.